@charset "utf-8";
/*
  Author:wellwap team.
  Email:wellwap@qq.com
*/
* {
    margin: 0;
}

html,body,#page {
    min-height: 100%;
    padding: 0;
    margin: 0;
} 
/*
@font-face {font-family:'MSYH';src:url('../fonts/MSYH.ttf') format('truetype');}
@font-face {font-family:'FZZDHJW';src:url('../fonts/FZZDHJW.ttf') format('truetype');}
*/
body {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    font-family: Arial,"MSYH",'Microsoft Yahei',Helvetica,san-serif;
    font-size: 15px;
    line-height: 25px;
    min-width:1220px;
}
input,textarea,button,select {
    font-family: Arial,"MSYH",'Microsoft Yahei',Helvetica,san-serif;
    font-size: 14px;
}
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f00;
}

ul,ol,dl,li {
    list-style: none;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
}

address,em {
    font-style: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    width: 100%;
    display: inline-block;
    clear: both;
}

.CLEAR ,.clear {
    clear: both;
}

.hidden {
    display: none!important
}

*:focus {
    outline: none
}

img,a img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}
header,section,article,nav,figure,footer,address,aside,dialog,menu,picture {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
*:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*display:block; for lte IE 8 support html5*/
#load {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    background: #fff url(../images/loading.gif) 50% 45% no-repeat;
    z-index: 99;
}

#main {
    width: 1220px;
    min-width: 1220px;
    height: auto;
    min-height: 300px;
    margin: 20px auto;
    padding: 0px 10px;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
#wmain {
    width: 1280px;
    min-width: 1280px;
    height: auto;
    min-height: 300px;
    margin: 0px auto;
    padding: 20px 0px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
#page {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}
#full {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}
#idxmain {
    width: 100%;
    min-width: 1100px;
    height: auto;
    margin: 0px auto;
    padding: 0;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.wbg,#main.wbg {
    background: #fff;
}
.gbg,#main.gbg {
    background: #F9F9FC;
}
.nbg,#main.nbg {
    background: none;
}

.w960 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w1260 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w1050 {
    width: 1220px;
    height: auto;
    margin: 0 auto;
    /* position: relative; */
    overflow: hidden;
}
.w100 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
section {
    width: 100%;
    padding: 0;
    margin: 0px auto;
    height: auto;
    margin-top: 0px;
}
#aside {
    padding: 0 5px;
    min-height: 200px;
    width: 200px;
    background: #fff;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}


#rbody {
    width: 980px;
    max-width: 100%;
    margin-right: 0px;
    padding: 0px 0;
    vertical-align: top;
    overflow: hidden;
}

#content {
    max-width: 100%;
    vertical-align: top;
    border-left: 0px solid #ddd;
    margin-left: -1px;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    padding: 0px 0px;
    border-radius: 4px;
}
.ctitle {
    color:#fff;
    text-align: center;
    font-size: 48px;
    margin:0 auto;
    padding: 80px 0 100px;
    background:#00B3D5;
    position: relative;
}
.ctitle:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -30px;
}
.ctitle:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: #00B3D5 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -20px;   
} 


.idx_row .ctitle {
    margin-top: 30px;
}
.hbox {
    height: auto;
    width: 730px;
    *width: 728px;
    width: 728px\0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.clearbox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#content > .show {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    line-height: 24px;
    overflow: hidden
}
.showcontent {
    width: 100%;
    margin: 20px auto
}
.showcontent h1 {
    line-height: 30px;
    padding: 0 0 20px 0;
    font-weight: normal;
    display: none
}
.showcontent .sharedown {
    margin: 50px auto 30px;
}
.gray {
    background: #fff;
}
.gray7 {
    background: #f7f7f7
}

.position {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 10px 0 35px;
    line-height: 44px;
    background: #f7f7f7 url(../images/position.gif) 10px 50% no-repeat;
}
.position span {
    float: right;
}
.position span a {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/back.png) 0% 50% no-repeat;
    background-size: auto 14px;
}




.aboutfs {
    padding-top: 52px
}

.aboutfs .ab_con1 {
    height: 600px;
    background: url(../images/2.jpg) center 50px no-repeat
}
.aboutfs .ab_con1 h3 {
    margin: 0 auto;
    padding-top: 140px;
    width: 930px;
    height: 140px;
    background: url(../images/2.png) center top no-repeat;
    color: #999;
    font-size: 9pt
}

.aboutfs .ab_conv{
    padding: 0;
    width: 100%;
    height: auto;
    background:#fff;
    margin-bottom: 20px;
}
.aboutfs .ab_conv .videobox{
    width:480px;
    max-width: 100%;
    height: auto;
    background:#fff;
    margin: 0 auto;
}
.aboutfs .ab_conv .videobox video{
    width:100%;
    height: auto;
}

.aboutfs .ab_con2 {
    padding-top: 97px;
    height: 518px;
    background:#fff;
}
.aboutfs .ab_con2 .bg {
    position: relative;
    margin: 0 auto;
    padding-top: 52px;
    padding-left: 655px;
    width: 555px;
    height: 378px;
    background: #00a2c9


}
.aboutfs .ab_con2 .bg h3 {
    overflow: hidden;
    width: 360px;
    height: 50px;
    text-indent: 5px;
    line-height: 50px;
    color:#fff;
    font-size: 48px;
    margin-bottom:10px;
}
.aboutfs .ab_con2 .bg .img {
    position: absolute;
    top: -40px;
    left: 56px;
    width: 554px;
    height: 414px



}
.aboutfs .ab_con2 .bg .txt {
    padding: 10px;
    width: 30pc;
    height:240px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align:justify;
    overflow:hidden;
    overflow-y:scroll;
}


.bar::-webkit-scrollbar {/*滚动条整体样式*/
        width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
}
.bar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 8px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
}
.bar::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 8px;
        background: #EDEDED;
}

.aboutfs .ab_con2 .bg .btm {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 69px;
    height: 21px
}
.aboutfs .ab_con3 {
    padding-top: 5pc;
    height: 538px;
    background: url(../images/4.jpg) center top no-repeat
}
.aboutfs .ab_con3 h3 {
    overflow: hidden;
    margin: 0 auto;
    width: 451px;
    height: 216px;
    background: url(../images/4.png) center top no-repeat;
    text-indent: 700px;
    line-height: 216px
}
.aboutfs .ab_con3 .txt {
    margin: 0 auto;
    width: 860px;
    height: 102px;
    text-indent: 2pc;
    font-size: 1pc
}
.aboutfs .ab_con3 .block {
    margin: 0 auto;
    padding: 20px 20px 0 30px;
    width: 975px
}
.aboutfs .ab_con3 .block ul li {
    float: left;
    margin: 0 20px 20px 0;
    padding-top: 10px;
    width: 305px;
    height: 70px;
    background: #00a2c9;
    color: #fff;
    text-align: center;
    font-size: 1pc
}
.aboutfs .ab_con3 .block ul li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.timeline{
    width:100%;
    font-size:16px;
    line-height:30px;
    background:#fff;
}
.timeline h3{
    font-size: 24px;
    color: #fff;
    line-height:40px;
    margin:10px 0 3px;
    border-radius:50%;
    padding:10px;
    white-space:normal;
    position:relative;
    height:auto;
    overflow:hidden;
    z-index:10;
}
.timeline h3 b{
    display:inline-block;
    position:relative;
    z-index:10;
}
.timeline h3:after{
    content:'';
    display:inline-block;
    height: 40px;
    width: 140px;
    border-radius:30px;
    background:#00a2c9;
    position:absolute;
    left:50%;
    margin-left: -70px;
    z-index:9;
}
.timeline ul{
    width:1220px;
    margin:30px auto 50px;
    text-align:center;
    position:relative;
}
.timeline ul:after{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:40px;
    width:1px;
    height:96%;
    background:#00a2c9;
}
.timeline ul li{
    padding:10px 100px;
    height:auto;
    overflow:hidden;
}
.timeline ul li p{
    text-align:justify;
    text-indent:2.0em;
    width:44%;
    float:left;
    margin-left:2%;
    border:1px dashed #ddd;
    padding:12px;
    border-radius:6px;
    background:#f9f9f9;
    color:#333;
}
.timeline ul li:nth-child(2n) p{
    float:right;
    margin-left:0;
    margin-right:2%;    
}

.aboutfs .ab_con4 .time {
    text-align: center
}
.aboutfs .ab_con4 .time.blu {
    background: #00a2c9
}
.aboutfs .ab_con4 .time.blk {
    background: #2f2d2e
}
.aboutfs .ab_con5 {
    height: 665px;
    background: url(../images/ryzs.jpg) center top no-repeat
}
.aboutfs .ab_con6 {
    height: 1270px;
    background: url(../images/xswl.jpg) center top no-repeat
}
.aboutfs .ab_con7 .title {
    height: 419px;
    background: url(../images/5.png) center top repeat-x;
    text-align: center
}
.aboutfs .ab_con7 .txt {
    padding: 20px 0;
    text-align: center
}
.aboutfs .ab_con8 {
    height: 1185px;
    background: url(../images/7.png) center top no-repeat
}
.ab_con12 {
    background: #313131;
}
.ab_con12>div.abwarp {
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    padding: 50px 0 50px 500px;
    width: 700px;
    margin: 0 auto;
    position:relative;
}

.ab_con12>div.abwarp .abtit{
    position:absolute;
    left:50px;
    top: 50%;
    margin-top: -80px;
    font-weight:normal;
}
.ab_con12>div.abwarp .abtit:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent transparent  #00B3D5;
    position: absolute;
    bottom: 22px;
    right: -10px;
    margin-left: -20px;
}
.ab_con12>div.abwarp .abtit h2{
    font-size:48px;
}
.ab_con12>div.abwarp .abtit h3{
    display:inline-block;
    color:#00B3D5;
    border-top:1px solid #00B3D5;
    margin-top:12px;
    font-size:24px;
    text-transform:uppercase;
}

.ab_con7>div.abwarp1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 40px;
    color: #666;
    margin-top: 60px;
    margin-bottom: 60px;
}
.ab_con7>div.abwarp1 p,.ab_con7>div.abwarp1 div{
    text-indent:2.0em;
    margin-bottom:10px;
}




/*banner*/
#swiper1 {
    width: 100%;
    margin: 0px auto 0;
    height: auto;
    overflow: hidden;
}

#swiper1 .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 70px;
    margin: -35px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    background: url(../images/ico/l.png) no-repeat;
    text-indent: -999em;
}
#swiper1 .flex-direction-nav a.flex-next {
    background: url(../images/ico/r.png) no-repeat;
}
#swiper1 .flex-direction-nav .flex-prev {
    left: 10px;
    background-position: 0 0;
    opacity: .3;
}
#swiper1 .flex-direction-nav .flex-next {
    right: 10px;
    background-position: 0 0;
    opacity: .3;
}
#swiper1 .flexslider:hover .flex-prev,#swiper1 .flexslider:hover .flex-next {
    opacity: .9;
}


.banner {
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 280px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.banner img {
    border: 0;
    text-align: center;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 100%;
}
#home .banner {
    display: none;
}



header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 0;
    position: relative;
    top: 0;
    z-index: 100;
    background: #F3F3F3 url(../images/headbg.png) repeat-x;
    background-size:100% 60px;
    overflow: visible;
}
.toptext {
    width: auto;
    height: 30px;
    margin: 35px 0 0 40px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}
.toptext i,.toptext em {
    font-style: normal;
    float: left;
}
.toptext span {
    float: right;
}
.toptext span b {
    font-size: 16px;
}

.hdbox {
    width:100%;
    height: 60px;
    margin: 0px auto;
    padding: 0px 0;
    /* position: relative; */
    overflow: visible;
}
.hdbox a.logo {
    display: block;
    height: auto;
    margin: 0;
    float: left;
    width: 200px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    padding: 0;
    text-align: center;
}
.hdbox a.logo img {
    height: 30px;
    vertical-align: middle;
    margin: 15px 0;
}
.hdbox a.logo .logotxt {
    margin-left: 25px;
}
.lang {
    display: inline-block;
    position: relative;
    float: right;
    right: 0PX;
    top: 10px;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}
.lang .ewm {
    display: inline-block;
    height: auto;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}
.lang .sec {
    display: inline-block;
    height: 40px;
    width: 40px;
    float: right;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    text-indent: -9999px;
    background: url(../images/search.png) center center no-repeat;
}

.lang span {
    display: inline-block;
    padding-left: 28px;
    margin: 0px 0 0px;
    background: url(../images/telephone_20.png) left center no-repeat;
}
.lang b {
    display: inline-block;
    line-height: 60px;
    color: #fff;
    font-weight:normal;
    font-size: 24px;
}
.lang a,.lang a:visited {
    color: #666;
    margin-left: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding: 0px;
    border-radius: 50%;
    position: relative;
    opacity: 1;
}
.lang a img {
    width: 80px;
    height: inherit;
    position: relative;
}
.lang a:hover {
    color: #f00;
}
.lang a .p1 {
    z-index: 10;
}

.lang a .p2 {
    position: absolute;
    left: 0;
    top: 0;
}


.lang img {
    float: left;
    width: 90px;
    height: 90px;
    margin: 0 0px 0 0;
    padding: 0;
}
.seform {
    display:none;
    float: right;
    position: absolute;
    right: 180px;
    top: 10px;
    width: 320px;
    height: 39px;
    border: 1px solid #ddd;
    line-height: 32px;
    font-size: 14px;
    background:#fff;
    z-index:90;
}
.seform input {
    width: 85%;
    height: 30px;
    line-height:30px;
    padding: 0;
    border: 0;
    margin: 5px 0;
    background: #fff;
    text-indent: 4px;
}

.seform .closeform{
    display:block;
    width:40px;
    height: 40px;
    line-height: 40px;
    font-size:24px;
    text-align:center;
    position:absolute;
    right:0;
    top: 0px;
    z-index:91;
}
.seform .closeform:hover{
    color:#d00;
}

header .w1050 {
    overflow: visible;
}
nav {
    height: 60px;
    width: 74%;
    margin: 0px 0 0 4%;
    padding: 0;
    float: left;
    z-index: 900;
    overflow: visible;
    border-left:1px solid #eee;
}
nav ul {
    margin: 0 auto;
    height: inherit;
    text-align: right;
    width: 100%;
    overflow: visible;
}
nav ul li {
    display: inline-block;
    text-align: center;
    width: auto;
    float:left;
    padding: 0 24px 0 24px;
    line-height: 60px;
    border-left:1px solid #ddd;
    border-right:1px solid #eee;
}
nav ul li.drop {
    background: url(../images/icon_d.gif) 95% 50% no-repeat;
}
nav ul li.tel {
    width: auto;
    float: right;
    padding: 0 12px;
    background-color: #232F3F;
}
nav ul li.tel a {
    color: #333;
}
nav ul li > a {
    color: #333;
    font-size: 19px;
    font-weight: normal;
    margin: 0;
    display: block;
    border-right: 0;
    text-shadow:1px 2px 2px rgba(255,255,255,.5);
}
nav ul li.home a {
    display: inline-block;
}
nav ul li a.upp {
    text-transform: uppercase
}
nav ul li:hover,nav ul li > a:hover {
    color: #000;
}
nav ul li > a:hover {
    color: #000;
}

nav ul li.this{
    border-right:1px solid #999;
}
nav ul li.this ,nav ul li.this,nav ul li.this > a ,nav ul li.this > a{
    background:#999;
    color:#fff;
}


nav ul li .sondiv {
    width: 100%;
    margin: 0px 0px 0;
    line-height: 18px;
    padding: 0;
    display: none;
    background: #fff;
    position: absolute;
    left:0;
    box-shadow:5px 5px 10px rgba(0,0,0,.1);
    z-index:99;
}

nav ul li dl {
    width:1220px;
    margin: 0px auto;
    line-height: 18px;
    padding: 22px 0;
    text-align:center;
}
nav ul li dl dt {
    display:inline-block;
    max-height: 52px;
    width: auto;
    height: 15px;
    line-height:15px;
    margin:10px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left:1px solid #ddd
}
nav ul li dl dt:first-child{
    border-left:0;
}
nav ul li dl dt a {
    padding: 0 0;
    margin:0px 10px;
    border: 0;
    font-weight: normal;
}

nav ul li .sbox{
    width:23%;
    margin:0 1%;
    float:left;
    position:relative;
}
nav ul li .sbox h3{
    color:#000;
    margin-top:25px;
    height:48px;
    line-height:48px;
}
nav ul li .sbox h3 a{
    display:inline-block;
    padding-left:55px;
    background:url(../images/p1.png) left center no-repeat;
}

nav ul li .t13 h3 a{
    background:url(../images/p1.png) left center no-repeat;
}
nav ul li .t14 h3 a{
    background:url(../images/p2.png) left center no-repeat;
}
nav ul li .t15 h3 a{
    background:url(../images/p3.png) left center no-repeat;
}
nav ul li .t16 h3 a{
    background:url(../images/p4.png) left center no-repeat;
}

nav ul li .sbox dl{
    padding-top:10px;
    width:100%;
    float:left;
    position:relative;
}
nav ul li .sbox dl dt {
    display:inline-block;
    width:49%;
    margin:-1px -1px 0 0;
    float:left;
    height:35px;
    line-height:35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border:1px solid #f9f9f9
}

nav ul li.this dl a {
    display:block;
    color: #333;
}
nav ul li dl a,nav ul li.this dl a {
    margin:0;
    color: #000;
    text-decoration: none;
    background: none left top repeat-x;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
nav ul li .sbox dl a:hover,nav ul li.this .sbox dl a:hover {
    color: #00B3D5;
    text-decoration: none;
    background:#f9f9f9;
}
nav ul li dl dt a {
    font-size: 14px;
}
nav ul li dl dt:last-child {
    padding-bottom: 0px;
}

.thisnav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd
}
.thisnav p {
    line-height: 30px;
}



.w1050 h2.t {
    text-align: center;
    line-height: 25px;
    padding: 30px 0 10px 0;
    font-size: 20px;
    position: relative
}
.w1050 h2.t:after {
    content: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #E83C04;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0
}

.w1050 h2.t.fl {
    text-align: left;
    line-height: 30px;
    padding: 100px 0 30px 30px;
    font-size: 20px;
    position: relative;
    font-weight: normal
}
.w1050 h2.t.fl:after {
    content: '';
    width: 55px;
    position: absolute;
    left: 30px;
    margin-left: 0;
    bottom: 0
}

.w1050 h2.t.app {
    padding: 50px 0 40px;
    font-size: 42px;
}
.w1050 h2.t.app:after {
    content: '';
    width: 120px;
    height: 2px;
    background: #D9115E;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0
}
.w1050 .st {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding: 20px 0
}


.anim01 {
    position: absolute;
    left: 20%;
    top: 200px;
    z-index: 10
}



.typeimg{
    width:100%;
}
.typeimg ul{
    width:100%;
    height:auto;
    overflow:hidden;
}
.typeimg ul li{
    width:25%;
    float:left;
    height:355px;
    position:relative;
    overflow:hidden;
}
.typeimg ul li img{
    width:100%;
    transition: all .3s ease-in;
}
.typeimg .u1 li:first-child{
    width:50%;
}
.typeimg .u1 .l11{
    width:50%;
}
.typeimg .u1 li:last-child:before{
    content:'';
    width:1px;
    height:100%;
    background:#f1f1f1;
    position:absolute;
    left:0;
    z-index:9;
}
.typeimg .u1 .l13:before{
    content:'';
    width:1px;
    height:100%;
    background:#f1f1f1;
    position:absolute;
    left:0;
    z-index:9;
}
.typeimg .u2 li:last-child{
    width:50%;
    background:#f9f9f9;
}
.typeimg .u2 .l23{
    width:50%;
    background:#f9f9f9;
}
.typeimg .u2 li:first-child:before{
    content:'';
    width:1px;
    height:100%;
    background:#f1f1f1;
    position:absolute;
    right:0;
    z-index:9;
}
.typeimg .u2 .l21:before{
    content:'';
    width:1px;
    height:100%;
    background:#f1f1f1;
    position:absolute;
    right:0;
    z-index:9;
}
.typeimg ul li a:hover img {
    transform: scale(1.02);
}


.indbox {
    margin-top: 20px;
}
.indbox .left, .indbox .right {
    display: block;
    width: 50%;
}
.indbox .left .box {
    margin-right: 10px;
    overflow: hidden;
}
.indbox .right .box {
    margin-left: 10px;
    overflow: hidden;
}
.indbox img {
    transition: all .3s ease-in;
    width: 100%;
}
.indbox .left ul li:hover img {
    transform: scale(1.02);
}
.indbox .left ul {
    padding: 3px 0 0 0;
}
.indbox .left ul li {
    overflow: hidden;
}
.indbox .left ul.w50 {
    padding: 0 0 3px 0;
}
.indbox .left ul.w50 li {
    width: 50%;
    float: left;
    overflow: hidden;
}
.indbox .left ul.w50 li img {
    height: 100%;
}
.indbox .right img {
    height: 100%;
    width: 100%;
    transition: all .3s ease-in;
}
.indbox .right:hover img {
    transform: scale(1.02);
}
.indbanner {
    margin-top: 12px;
    overflow: hidden;
}
.indbanner img {
    width: 100%;
    transition: all .3s ease-in;
}
.indbanner:hover img {
    transform: scale(1.02);
}




.type {
    width: 100%;
    padding: 10px 0px;
    margin: 60px auto 10px auto;
    height: auto;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
}
.type h2 {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    float: left;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    position: relative;
}
.type h2:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #f90;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.type .son {
    width: 960px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.type h3 {
    display: inline-block;
    text-align: center;
    float: none;
    color: #fff;
    font-size: 24px;
    margin: 5px;
}
.type h3 a {
    display: block;
    font-size: 16px;
    padding: 8px 20px;
    background: #063494;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
}
.type h3.cur a,.type h3 a:hover {
    background: #f90;
}


.type iframe {
    text-align: right;
}
.box {
    text-align: right;
}
.box strong,.box .wtpic,.box .wtline,.box .st,.box .kqzl,.box .zl_txt
{
    float: none;
}

.pl {
    width: 398px;
    border: 1px solid #fff;
    float: left;
    margin-left: 0px;
}
.pc {
    width: 348px;
    border: 1px solid #fff;
    float: left;
    margin-left: 20px;
}
.pr {
    width: 308px;
    border: 1px solid #fff;
    float: right;
    margin-right: 0px;
}



.bigtit {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0;
    margin: 40px 0;
    overflow: hidden;
    position: relative;
}

.bigtit:after {
    width: 50px;
    height: 2px;
    display: block;
    background: #f00;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.bigtit h3 {
    font-size: 1.6em;
    line-height: 30px;
    color: #000;
    font-weight: normal;
}
.bigtit h3 b {
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 10px;
    font-weight: normal;
    position: relative;
}
.bigtit h3 b:before {
    content: '';
    font-weight: normal;
    font-size: 1.2rem;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    background: #ddd;
    z-index: 1;
}
.bigtit h3 b:after {
    content: '';
    font-weight: normal;
    font-size: 1.2rem;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #DB3209;
    z-index: 2;
}
.bigtit i {
    display: inline-block;
    width: auto;
    font-style: normal;
    text-transform: uppercase;
    color: #999;
    padding: 3px;
}
.bigtit h3 p {
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}

.blue .bigtit h3 {
    color: #fff;
}
.blue .bigtit p {
    color: #294DA4;
}
.blue .bigtit {
    border-bottom: 0 solid #294DA4;
}


.gray .bigtit h3 {
    color: ;
}
.gray .bigtit p {
    color: ;
}
.gray .bigtit {
    border-bottom: 0 solid #ddd;
}


.idx_news .bigtit {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
}
.idx_news .bigtit:after {
    content: none;
}
.bigtit h4 b {
    font-size: 16px;
    margin-right: 5px;
}
.bigtit h4 a {
    font-weight: normal;
}


.xwzx {
    line-height: 28px;
    width: 49%;
    float: right;
}


#swiper2 {
    margin: -10px 0 60px;
}
#swiper2 .flexslider {
    background: none;
    box-shadow: none;
}
#swiper2 .slides {
    padding-top: 10px;
}
#swiper2 .slides li {
    text-align: center;
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    height: auto;
    min-height: 250px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 3px solid #e9e9e9;
}
#swiper2 .slides li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border-bottom: 3px solid #DB3209;
    background: #1A5DA3;
}
#swiper2 .slides li i {
    display: block;
    padding: 30px 15px;
    font-size: 18px;
}
#swiper2 .slides li strong {
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#swiper2 .slides li a:hover strong {
    color: #fff;
}
#swiper2 .slides li span {
    display: block;
    padding: 0px 15px 10px;
    color: #999;
}
#swiper2 .slides li .chat {
    display: inline-block;
    float: right;
    margin: 0 10px 10px;
    color: #DB3209;
    position: absolute;
    bottom: 10px;
}
#swiper2 .flex-control-nav,#swiper3 .flex-control-nav {
    display: none;
}


#swiper3 {
    margin: 30px 0 60px;
}
#swiper3 .flexslider {
    background: none;
    text-align: center;
    box-shadow: none;
}
#swiper3 .flex-control-nav {
    display: none;
}
#swiper3 a {
    color: #333;
    line-height: 30px;
}
#swiper3 a:hover {
    color: #f00;
}
#swiper3 .slides li {
    position: relative;
}
#swiper3 .slides li i {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#swiper3 .slides li strong {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#swiper3 .slides li a:hover strong {
    color: #fff;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#swiper3 .slides li img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
#swiper3 .slides li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


.idx_row {
    width: 1220px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    float: none;
    border: 0;
    overflow: hidden;
}
.idx_row > h3{
    text-align:center;
    padding:50px 0 30px;
    position:relative;
}
.idx_row > h3:after{
    content:'';
    display:block;
    width:30px;
    height:3px;
    background:#ddd;
    position:absolute;
    left:50%;
    margin-left:-15px;
}
.idx_row > h3 b{
    color: #00B3D5;
}
.idx_row > h3 i{
    display:block;
    font-style:normal;
    color:#ddd;
    font-weight:normal;
    font-size:16px;
    text-transform:uppercase;
}

.sontype{
    text-align:center;
    margin-bottom:20px;
}
.sontype li {
    display:inline-block;
    padding:10px;
}
.sontype li a{
    line-height:30px;
    display:block;
    padding:0 20px;
    color:#00B3D5;
    border:1px solid #00B3D5;
}
.sontype li a:hover{
    color:#fff;
    background:#00B3D5;
}


#home .js_tab {
    width: 100%;
    margin: 0 auto;
}

#home .js_tab h4 {
    font-weight: normal;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin:10px auto 30px;
    padding:0;
    background:transparent;
}
#home .js_tab h4 span {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    color: #00B3D5;
    border:1px solid #00B3D5;
    text-align: center;
    padding:0 15px;
    border-radius:0;
}
#home .js_tab h4 span a{
    color:#00B3D5;
}
#home .jsTab_title span {
    cursor: pointer;
}
#home .jsTab_title .jsTab_this {
    background: #00B3D5;
    color: #fff;
}
#home .jsTab_title .jsTab_this a {
    color: #fff;
}

#home .jsTab_con {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
}
#home .js_tab ul li {
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#home .js_tab ul li a:before {
    content:none;
}



.idx_news {
    width: 48%;
    height: auto;
    padding: 0px;
    background: ;
}
.idx_news.pc {
    width: 348px;
    margin-left: 0;
    margin-right: 20px;
}
.idx_news h2,.idx_about h2,.idx_picnews h2 {
    text-align: left;
    height: 40px;
    line-height: 43px;
    padding: 0 0px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    width: 100%;
    text-align: center;
    background: #f00;
    overflow: visible;
    float: left;
}



.three {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
}
.three .picture {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.three .lgrid {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #f9f9f9;
}
.three .cgrid {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #f9f9f9;
}
.three .rgrid {
    margin-right: 0;
    background: #f9f9f9;
    overflow: hidden;
}
.three .rgrid p{
    padding:20px;
    height:80px;
}
.three .rgrid p span{
    display:inline-block;
    padding:0;
    margin-top:10px;
}
.three .rgrid p a{
    display:inline-block;
    line-height:34px;
    background:#fff;
    color:#333;
    padding:0 25px;
    margin:0 8px;
    border:1px solid #999;
}
.three .rgrid p a:hover{
    background:#13A4D3;
    color:#fff;
}

.three b {
    display: block;
    width: 100%;
    line-height: 240px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    z-index: 9;
}
.three b:before{
    content:'';
    display:block;
    width:64px;
    height:64px;
    margin:0 auto;
    text-align:center;
    position:absolute;
    left:50%;
    margin-left:-32px;
    top:40px;
    background-size:48px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url(../images/ico/about.png);
}

.three .lgrid b:before{
    background-image:url(../images/ico/about.png);    
}
.three .cgrid b:before{
    background-image:url(../images/ico/news.png);    
}

.three .rgrid b:before{
    background-image:url(../images/ico/contact.png);    
}


.three p {
    height: 120px;
}
.three p span {
    display: block;
    padding: 20px;
}


.cgrid dl {
    height: 80px;
    padding: 20px;
}
.cgrid dl dt {
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three a img {
    width:100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.three a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.case {
    width: 100%;
    height: auto;
    margin: 30px 0 80px;
    overflow: hidden;
}
.case li {
    width: 13%;
    float: left;
    margin-left: 1.5%;
    text-align:center;
    overflow: hidden;
}
.case li:first-child {
    margin-left: 0;
}
.case li a img {
    width:90%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.case li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




.abbg {
    color: #fff;
    background: #002C69;
}
.abbg .bigtit h3,.abbg .bigtit i {
    color: #fff;
}
.csbg {
    background: #f9f9f9;
}
.blue {
    background: #2F318B;
}
.gray {
    background: #f6f6f6;
}

.w1050 h2 a.more {
    float: right;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 0 10px;
    line-height: 20px;
    height: 18px;
    margin: 12px 10px 0 0;
    border-radius: 4px;
}
.idx_row h2 b,.idx_news h2 b,.idx_about h2 b,.idx_picnews h2 b {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 22px;
    background: none;
    text-indent: 10px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    color: #d00;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 8;
    border-left: 3px solid #d00;
}
.idx_row h2:hover b,.idx_news h2:hover b,.idx_about h2:hover b,.idx_picnews h2:hover b {
    color: #f00;
    border-left: 3px solid #f00;
}
.idx_row h2 span {
    display: block;
    width: 74%;
    margin: 0 auto;
    position: absolute;
    left: 12%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.idx_row h2 span strong {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}


h4.more {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    z-index: 10;
}
h4.more a {
    display: block;
    margin: 0 auto;
    height: 60px;
    line-height: 54px;
    width: 150px;
    background: #000;
    color: #fff;
    font-size: 48px;
    border-radius: 4px;
    font-weight: normal;
}
h4.more a:hover {
    background: #fff;
    color: #F7B71D;
    transition: all .3s;
}

h3.more {
    clear: both;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 0 0 10px;
}
h3.more a {
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    width: 150px;
    background: #ddd;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    font-weight: normal;
    text-transform: capitalize;
}
h3.more a:hover {
    background: #F78F22;
    color: #fff;
    transition: all .3s;
}


.idx_pic {
    height: 300px;
    line-height: 22px;
    padding: 0;
    text-align: justify;
    background: #fff;
    margin-left: 10px;
}
.idx_pic img {
    width: 258px;
    height: 192px;
    max-width: none;
}
.idx_pic .p2 {
    width: 100%;
    height: 90px;
    margin-top: 10px;
}

.idx_down {
    display: inline-block;
    width: 240px;
    height: 60px;
    position: absolute;
    left: 53%;
    margin-left: -115px;
    bottom: 13%;
    z-index: 10;
    text-indent: -9999px;
}

.idx_shop form {
    background: #e9e9e9;
    text-align: center;
    padding: 15px 0;
}
.idx_shop form p {
    padding: 0 0 10px 0;
}
.idx_shop form input {
    border: 1px solid #666;
}
.srbox {
    background: none;
    height: auto;
    margin-top: 0px;
}

.idxtab {
    width: 245px;
    height: auto;
    float: left;
    margin: 20px 0 20px 20px;
}
.idxtab li {
    margin-bottom: 5px;
    line-height: 46px;
    text-align: center;
    width: 100%;
}
.idxtab li a {
    display: inline-block;
    width: 99%;
    line-height: inherit;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    position: relative;
}
.idxtab li a:hover,.idxtab li a.selected {
    color: #fff;
    background: #D10;
    border: 1px solid #D10;
}



.photobox {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: right;
    margin: 10px auto;
    background: none;
    border: 0;
}



.goodslist {
    margin-top: 10px;
    padding: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.goodslist li {
    width: 32%;
    padding: 0;
    float: left;
    margin: 0px 2% 20px 0px;
    position: relative;
    overflow: hidden;
}
.goodslist li.last,.goodslist li:nth-child(3n) {
    margin-right: 0;
}
.goodslist li .zfx {
    width: 99%;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}
.goodslist li .zfx:after {
    content: '';
    display: block;
    margin-top: 100%;
}
.case li .zfx:after {
    content: '';
    display: block;
    margin-top: 45%;
}
.zizhi li .zfx:after {
    content: '';
    display: block;
    margin-top: 100%;
}
.goodslist li .zfx .picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.goodslist li .zfx .picture a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.goodslist li .zfx .picture i {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.goodslist li .zfx .picture img {
    height: auto;
    max-height: 280px;
    width: auto;
    max-width: 280px;
    padding: 0px;
}
.case li .zfx .picture img {
    max-height: 312px;
    max-width: 140px;
}
.zizhi li .zfx .picture img {
    padding: 0;
}

.goodslist li .zfx span {
    display: block;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    text-align: center;
    position: absolute;
    left: 0;
    top: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.goodslist li .zfx span strong {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -15px;
    color: #fff;
    padding: 0;
}
.goodslist li .zfx a:hover span {
    background: rgba(0,0,0,.7);
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=1);
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.goodslist li a img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.goodslist li a:hover img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.goodslist li > p {
    position: relative;
    text-align: center;
    bottom: 0;
    padding:20px 5px;
    color: #00B3D5;
}
.goodslist li > p a {
    color: #333;
}
.goodslist li > p a:hover {
    color: #00B3D5;
}

#home .goodslist li {
    width: 25%;
    padding: 0;
    float: left;
    margin: 0px 0 20px 0px;
    position: relative;
    overflow: hidden;
}

#home .goodslist li .zfx {
    width: 280px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin:0 auto;
    border: 0px solid #f9f9f9;
}

.photolist {
    padding: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.photolist li {
    width: 265px;
    padding: 0;
    float: left;
    margin: 0px 20px 20px 0px;
    position: relative;
    overflow: hidden;
}
.photolist li.last {
    margin-right: 0;
}
.photolist li a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.photolist li a i {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.photolist li a strong,.photolist li a span {
    display: inline-block;
    width: 90%;
    height: 32px;
    line-height: 32px;
    padding: 0px 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
    color: #333;
    text-align: center;
    font-weight: normal;
    background: #fff;
}
.photolist li a:hover strong {
    background: #fff;
    color: #f00;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.photolist li a span {
    font-size: 12px;
    color: #333;
}
.photolist li a span font {
    color: #f00;
}
.photolist li a i {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.photolist li a img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.photolist li a:hover img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.r34 li {
    text-align: center;
}
.r34 li .zfx {
    width: 100%;
    position: relative;
}
.r34 li .zfx:after {
    content: '';
    display: block;
    margin-top: 150%;
}
.r34 li .zfx a {
    display: inline;
    position: initial;
    overflow: visible;
}
.r34 li strong {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 110;
    color: #333;
    text-align: center;
    font-weight: normal;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.r34 li .zfx img {
    width: auto;
    min-width: 100%;
    max-width: 150%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}



/*news*/
.newslist {
    height: auto;
    margin: 0px auto;
    padding: 0 20px;
    overflow: hidden;
}
.newslist li {
    width: 100%;
    margin: 0px auto;
    height: auto;
    border: 0px solid #f1f1f1;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border-top: 1px dotted #ddd;
}
.newslist li:first-child {
    border-top: 0;
}
.newslist li > a {
    display: inline-block;
    float: left;
    width: 120px;
    height: 120px;
    border: 1px dotted #ddd;
    overflow: hidden;
}
.newslist li .picture {
    display: inline-block;
    width: 150px;
    height: auto;
    max-height: 150px;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
}
.newslist li .picture[rel*='defaultpic.gif'] {
    display: none;
}
.newslist li img {
    width: 100%;
    height: auto;
}
.newslist li:hover .picture {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.newslist li a,.newslist li a:visited {
    color: #000;
    text-decoration: none;
    line-height: 25px;
    font-size: 18px;
}
.newslist li a:hover {
    color: #f00;
}
.newslist li em a,.newslist li em a:visited {
    font-size: 14px;
    color: #0568A3;
}
.newslist li time {
    display: inline-block;
    width: auto;
    color: #999;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 25px;
}
.newslist li p {
    line-height: 20px;
    height: auto;
    color: #333;
    padding: 0px 100px 0px 0px;
}
.newslist li p a {
    display: inline-block;
    margin-bottom: 10px;
}
.newslist li p .btn a {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #999;
    padding: 0px 15px;
    margin: 12px 0 0;
    color: #333;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.newslist li p .btn a:hover {
    color: #fff;
    background: #1A5DA3;
    border: 1px solid #1A5DA3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.newslist li p span:after {
    content: "..."
}
.newslist li p span {
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
}

color: #fff;


.newslist.r2 li {
    width: 48%;
    height: auto;
    float: left;
    border: 0px solid #f1f1f1;
    padding: 20px 0 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}
.newslist.r2 li.last {
    float: right;
    margin-right: 0;
}
.newslist.r2 li time {
    display: inline-block;
    width: auto;
    color: #999;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: auto;
    left: 100px;
    top: auto;
    bottom: 20px;
}
.newslist.r2 li a, .newslist.r2 li a:visited {
    color: #333;
    text-decoration: none;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist.r2 li a:hover {
    color: #f00;
}




.pagelist {
    width: 100%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    float: right;
    overflow: hidden;
}
.pagelist li {
    display: inline-block;
    line-height: 25px;
    width: auto;
    padding: 0 5px;
    text-align: center


}
.pagelist li.thisclass {

}
.pagelist li .pageinfo {
    display: none;
    color: #999;
}
.pagelist li a {
    display: inline-block;
    width: 100%;
    height: inherit;
    color: #666;
    margin: 0;
    padding: 0 4px;
    text-decoration: none;
    background: #f1f1f1;
}
.pagelist li a:hover {
    color: #DB3209;
    text-decoration: none;
}
.pagelist li.thisclass a,.pagelist li.thisclass a:visited {
    background: #00B3D5;
    color: #fff;
}
.pagelist li.prev {
    background: url(../images/page_prev.png) 50% 50% no-repeat;
    text-indent: -9999px;
    margin-right: 10px;
}
.pagelist li.next {
    background: url(../images/page_next.png) 50% 50% no-repeat;
    text-indent: -9999px;
}



.showbody {
    width: 100%;
    margin: 20px auto 0;
    height: auto;
    overflow: hidden;

}
.center {
    text-align: center;
}
.showbody h1 {
    margin: 0px auto;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #00B3D5;
    font-weight: normal;
}
.showbody .canshu h1 {
    padding-bottom:15px;
    margin:10px 0;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}
.showbody h1 b {
    color: #f00;
}
.showbody time {
    display: block;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: 0px auto 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eee;
}
.showbody p {
    padding: 5px 0 0;
}




.canshu {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
}
.canshu picture {
    display: block;
    width: 50%;
    height: auto;
    float: left;
    padding-bottom: 1px;
}
.canshu picture img {
    border: 1px solid #ddd;
}
.cslist {
    width: 46%;
    float: right;
}
.shopview {
    margin-top: 20px;

} 

.shopview table,.shopview table td,.shopview table th{
    border:1px solid #eee;
    border-collapse:collapse;
    padding:5px;
}


.xqtit {
    border-bottom: 1px solid #1A5DA3;
    margin-top: 20px;
}
.xqtit b {
    display: inline-block;
    background: #1A5DA3;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
}


#swiperimage{
    width: 482px;
    max-width:100%;
}
#swiperimage  #slider {
    box-shadow:none;
    border: 1px solid #f9f9f9;
    margin-bottom:10px;
}
#swiperimage  #slider .slides li{
    width:480px;
    height:480px;
    text-align:center;
    overflow:hidden;
}
#swiperimage  #slider .slides li img{
    width:auto;
    max-width:480px;
    height:auto;
    max-height:480px;
    margin:0 auto;
    border:0;
}
#swiperimage  #slider .slides li a{
    display:table;
    width:100%;
    height:100%;
    overflow:hidden;
}
#swiperimage  #slider .slides li i{
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
}


#swiperimage  #carousel {
    box-shadow:none;
}
#swiperimage  #carousel .slides > li{
    width:88px;
    height:88px;
    margin-right:10px;
    overflow:hidden;    
}
#swiperimage  #carousel .slides > li img{
    width:84px;
    height:84px;
    padding:1px;
}



.flex-caption {
    display:none;
    position: absolute;
    bottom: 20px;
    max-width: 100%;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d;
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}


.jsTab_con {
    display: none;
}
.jsTab_title span {
    cursor: pointer;
}
.jsTab_title .jsTab_this {
    background: #fff;
    color: #00B3D5;
}
.jsTab_title .jsTab_this a {
    color: #fff;
}


.js_tab {
    width: 100%;
    margin: 0 auto;
    margin-top:30px;
}
.js_tab h4 {
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 20px 0 15px;
    padding:10px 0 0 0;
    background: #00B3D5;
}
.js_tab h4 span {
    display: inline-block;
    width: 96px;
    margin: 0 0 0 10px;
    color: #fff;
    text-align: center;
    border-radius:4px 4px 0 0;
}
.jsTab_con {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
}
.js_tab ul li {
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.js_tab ul li a:before {
    content: '·';
    font-weight: bolder;
    margin-right: 5px;
}






.w40 {
    width: 48%;
    height: auto;
    margin: 0 auto;

    overflow: hidden;
}
.w60 {
    width: 48%;
    margin-left:1%;
    height: auto;
    overflow: hidden;
}

#allmap {
    width: 100%;
    height: 350px;
    float: left;
    overflow: hidden;
}
#allmap img {
    max-width: 500%;
}
.contact {
    width: 32%;
    float: right;
}

.fgs {
    width: 100%;
    margin-top: 20px;
}
.fgs table {
    width: 100%;
}
.fgs > table > tbody > tr > td {
    width: 49.5%;
    padding:0 .5% 0 0;
}
.fgs > table > tbody > tr > td:last-child{
    padding:0 0 0 .5%;    
}
.fgs > table > tbody > tr > td table{
    background:#f9f9f9;
}
.fgs > table > tbody > tr > td > table td{
    padding:5px 10px;
}
.fgs > table > tbody > tr > td > table > tbody > tr:first-child td{
    background:#00B3D5;
    color:#fff;
    padding: 10px 6px;
    white-space:nowrap;
}




#aside h3 {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
    text-align: center;
    background: #00B3D5;
    background-size: 100% 100%;
}
#aside h3 b {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: auto;
    font-weight: normal;
}
#aside h4 {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 1.6em;
    text-align: center;
    background: #2F318B;
    background-size: 100% 100%;
}
#aside h4 b {
    color: #fff;
    font-weight: normal;
}


.display_none {
    display: none;
}
.w1050 .container {
    clear: both;
    height: auto;
    width: 1100px;
    float: left;
    position: relative;
    margin: 0 auto;
    padding: 0px 0px;
    border: 0;
    overflow: hidden;
}
.w1050 .container:before {
    content: none;
    display: block;
    width: 1px;
    height: 100px;
    background: #ddd;
    position: absolute;
    left: 250px;
    top: 0




}


#aside .ewm {
    width: 100%;
    height: auto;
    float: left;
    background: #f1f1f1;
    padding: 15px 0;
    overflow: hidden;
}
#aside p {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}
#aside p img {
    width: 80%;
    margin-top: 10px;
    border: 1px solid #ddd;
}
#aside p span {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}





.sidecontact {
    width: 220px;
    float: left;
    font-size: 14px;
    color: #333;
    margin: 10px 9px;
    padding: 0


}
.sidecontact img {
    margin: 0;
    vertical-align: middle;
}
.sidecontact td {
    margin: 0;
    padding: 0
}
.sidecontact p {
    padding: 3px 2px;
    width: 100%;
}


.shoplist {
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.shoplist li {
    width: 240px;
    float: left;
    margin: 0 0 20px 28px;
    height: 236px;
    border: 1px solid #fff;
    overflow: hidden
}
.shoplist li i {
    display: inline-block;
    width: 238px;
    height: 180px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
}
.shoplist li i img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 178px;
    *height: 178px;
    padding: 1px;
    vertical-align: middle;
    float: none;
}
.shoplist li span {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 21px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden
}
.shoplist li span b {
    color: #f00;
}



#aside h2 {
    line-height: 60px;
    padding: 0 0px;
    font-size: 1.4em;
    position: relative;
    font-weight: normal;
    width: 100%;
    text-align: center;
    overflow: visible;
    float: left;
}
#aside h2 a {
    color: #fff;
    font-weight: bold;
}


.sdcontact {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    background: #00B3D5;
    color: #fff;
}

.sdct {
    width: 178px;
    height: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    float: left;
    background: #00B3D5;
}
.sdct li {
    margin-bottom: 10px;
}
.sdct li span {
    display: block;
}


.sonchl {
    width: 178px;
    float: left;
    padding: 0 10px 20px;
    margin: 0 auto;
    height: auto;
    background: #fff;
    text-align: center;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1),-2px 0px 5px rgba(0,0,0,.1);
    overflow: hidden;
}
.sonchl li {
    width: 100%;
    float: left;
    line-height: 30px;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 0px dotted #ddd;
}
.sonchl li.top {
    border-top: 1px solid #ddd;
    margin-top:15px;
}
.sonchl li.top:first-child{
    border-top:0;
    margin-top:0px;
}
.sonchl li a {
    display: block;
    width:100%;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    background: #fff;
    line-height: inherit;
    text-align: left;
    text-indent:25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sonchl li strong a {
    width: 100%;
    background: #fff;
    color:#00B3D5;
    text-align:left;
    border-bottom: 0;
    margin-top: 10px;
    line-height:40px;
    text-indent:25px;
    position:relative;
}
.sonchl li strong a:before{
    content:'';
    display:block;
    width:3px;
    height:14px;
    background:#00B3D5;
    position:absolute;
    left:5px;
    top:50%;
    margin-top:-7px;
}
.sonchl li a:hover,.sonchl li.cur {
    color: #1A5DA3;
}
.sonchl li strong a:hover:before,.sonchl li.cur a:before{
    background:#1A5DA3;
}
.sonchl li.cur a {
    color: #1A5DA3;
    border-radius:16px;
}


.shopic {
    width: 960px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    background: #fff;
}
.shopic .time {
    margin-bottom: 0px;
}
.shopic .p_left {
    margin-left: 0px;
}
.shopic .bd td {
    width: 320px;
    height: 240px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.shopic .bd td img {
    vertical-align: baseline;
}
.shopic .p_right {
    float: right;
    margin: 20px 0px 0;
    width: 600px;
    height: 240px;
    background: #fff;
}
.shopic .p_right h1 {
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #2F318B;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.shopic .p_right h1 font {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
.p_right {
    width: 100%;
    margin-top: 10px;
}
.shopic .p_right table tbody td {
    width: 90%;
    padding: 2px 5px 2px 0;
    font-size: 16px;
}
.shopic .p_right table tfoot td {
    width: 100%;
}
.shopic .p_right table td span {
    display: inline-block;
    width: 60px;
    text-align: left;
    color: #999;
    font-size: 14px;
}
.shopic .p_right table td.gray {
    color: #999;
    font-size: 14px;
}
.shopic .p_right table tbody td b {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.shopic .p_right table tbody td .call {
    display: none;
}

.show {
    width: 100%;
    height: auto;
    overflow: hidden;
}



.fz {
    -webkit-animation: fanZhuan 1.6s .2s ease-in-out both;
    -moz-animation: fanZhuan 1.6s .2s ease-in-out both;
    animation: fanZhuan 1.6s .2s ease-in-out both;
}




.context {
    width: 100%;
    margin: 30px auto 0;
    background: #f9f9f9;
    padding: 10px 0;
}
.context ul {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.context ul li {
    width: 100%;
    display: inline-block;
    float: none;
    text-indent: 10px;
    line-height: 25px;
}
.context ul li a {
    color: #063494;
    display: inline-block;
    text-indent: 0;
}
.context ul li a:hover {
    color: #f90;
}
.context ul li a[href="javascript:void(0)"] {
    color: #999
}




footer {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    border-top: 2px solid #eee;
    overflow: visible
}
footer > .w1050 {
    padding: 80px 0;
}
footer address {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 50px;
    position: relative;
    background: #2C3136;
}

.menu {
    width: 69%;
    float: left;
    border-right: 1px solid #ddd;
}
.ftmenu {
    width: 16%;
    height: auto;
    float: left;
    margin: 0 4% 0 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
.ftmenu dt {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 10px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #f9f9f9;
}
.ftmenu dd {
    color: #fff;
    line-height: 20px;
    margin: 5px 0;
    padding: 0;
    text-align: left;
}
.ftmenu dl a {
    color: #fff;
}

.ftmenu dd a{
    color:#666;
}
.ftmenu dt a:hover,.ftmenu dd a:hover{
    color:#000;
}

.ftlx {
    width: 30%;
    float: right;
}
.ftlx h5 {
    width: 95%;
    float: right;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-bottom:10px;
    font-weight: normal;
}
.lx li {
    width: 28%;
    float: right;
    text-align: center;
    margin-left: 5%;
}
.lx li img{
    width:100px;
    border:1px solid #f1f1f1;
    margin-bottom:10px;
}


.bottom {
    background: #2C3136;
}
.bottom .w1050 {
    line-height: 20px;
    background: #2A3137;
    text-align: left;
    padding: 0px 10px 0;
}


.ftewm {
    width: 25%;
    float: right;
    text-align: center;
    color: #fff;
}
.ftewm img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}

.bottom .power {
    width: 50%;
    float: left;
    height: auto;
    padding: 25px 0 25px 0px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    overflow: hidden;
}


.bottom .support {
    width: 50%;
    float: right;
    padding: 25px 0 25px 0px;
    line-height: 25px;
    text-align: right;
    color: #999;
}
.bottom .power a ,.bottom .support a {
    color: #fff;
    margin: 0 5px;
}


.bottom .ewm {
    width: 30%;
    float: right;
    height: 100px;
    text-align: right;
}
.bottom .ewm img {
    width: 100px;
    height: 100px;
    float: right;
    margin-right: 0px;
}
.bottom .ewm span {
    display: inline-block;
    height: 50px;
    line-height: 25px;
    padding: 25px 10px;
}


.mb10 {
    margin-bottom: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}

.mt0 {
    margin-top: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml20 {
    margin-left: 20px;
}
.mr20 {
    margin-right: 20px;
}

.fl,.FL {
    float: left;
}

.fr,.FR {
    float: right;
}

.hide,.hidden,.none {
    display: none;
}



.formob {
    display: none;
}


.mobnav ,.sonav{
    display: none;
}

.btnav {
    display: none;
}




/*

@media only screen and (max-width: 960px) {
    

    *, *:after, *:before {
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    *:focus {
        outline: none;
    }
    img,* img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }
    html {
        font-size: 62.5%;
        width: 100%;
        min-height: 100%;
        padding: 0;
        margin: 0 auto;
    }
    body {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
        min-height: 100%;
        word-wrap: break-word;
        word-break: break-word;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        font-family: 'Microsoft Yahei',Helvetica,Arial;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .fl,.FL {
        float: left
    }
    .fr,.FR {
        float: right
    }
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }
    .clearfix {
        display: inline-block;
    }
    .clr,.clear {
        clear: both
    }
    .hidden,.hide,.none {
        display: none!important
    }
    dl, dt, dd, ul, ol, li {
        list-style: none;
    }
    *:hover,*:focus,*:active {
        -webkit-tap-highlight-color: transparent;
    }
    * table {
        width: 100%;
        height: auto;
        overflow: scroll;
    }
    textarea {
        outline: none;
        resize: none;
    }
    textarea, select, button, input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"] {
        -webkit-appearance: none;
        border-radius: 0;
    }
    input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-placeholder, textarea:-ms-placeholder, input:-webkit-placeholder, textarea:-webkit-placeholder, input:placeholder, textarea:placeholder {
        color: #ddd;
        font-family: 'Microsoft Yahei',Helvetica,Arial;
        font-size: inherit;
    }
    


    
    .w1050 {
        width: 100%;
    }
    
    header {
        padding: 0;
    }
    .hdbox {
        height: auto;
        padding: 5px 0;
        text-align: center;
        overflow: visible;
        border-bottom: 0px solid #f1f1f1;
    }
    .hdbox a.logo {
        display: inline-block;
        width: auto;
        text-align: center;
        float: none;
    }
    .hdbox a.logo img {
        height: 40px;
        margin: 5px 0;
        width: auto;
    }
    
    nav {
        display: none;
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        background: none;
        position: absolute;
        top: 60px;
        overflow: hidden;
        z-index: 999;
        box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    }
    nav ul {
        width: 100%;
        background: #fff;
        height: auto;
        float: left;
        padding: 10px 0;
        box-shadow: 3px 3px 3px rgba(0,0,0,.3);
        overflow: hidden;
    }
    nav ul li {
        width: 100%;
        height: auto;
        line-height: 40px;
        padding: 0 30px;
        white-space: nowrap;
        overflow: hidden;
    }
    nav ul li.drop {
        background: none;
    }
    nav ul li:first-child {
        width: 100%;
    }
    nav ul li > a {
        color: #13A4D3;
        display: block;
        float: left;
        padding-left: 0px;
        width: 100%;
        text-align: center;
        font-size:1.8rem;
    }
    nav ul li dl {
        display: none;
        position: relative;
    }
    nav ul li dl dt {
    max-height: 52px;
    width:50%;
    text-indent:20px;
}
    nav ul li dl dt a {
        margin-left: 0;
        font-size:1.6rem;
    }
    nav ul li.tel {
        display: none;
    }
    nav ul li:hover, nav ul li a:hover, nav ul li.this a, nav ul li.this a:hover {
        color: #f00;
    }
    
    nav ul li .sondiv{
        display:none;
        height:0px;
        width:0px;
        box-shadow:none;
    }
    
    
    .banner {
        display: none;
    }
    
    
    #swiper1 .flex-control-nav,#swiper1 .flex-direction-nav {
        display: none;
    }
    
    
    
    #swiper2 {
        margin: 0px 0 40px;
    }
    #swiper2 .slides li {
        text-align: center;
        background: #fff;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        height: auto;
        min-height: 200px;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 3px solid #e9e9e9;
    }
    .bigtit h3 p {
        padding: 10px;
    }
    
    
    .toptext,.lang {
        display: none;
    }
    .forpc {
        display: none;
    }
    .formob {
        display: inline-block;
        text-align: center;
    }
    
    
    
    .mobnav {
        display: block;
        width: 32px;
        height: 22px;
        border-top:2px solid #fff;
        border-bottom:2px solid #fff;
        background-size: 80% 60%;
        position: absolute;
        left: 10px;
        top: 20px;
        text-indent: -9999px;
    }
    .mobnav:after{
        content:'';
        display:block;
        width:100%;
        height:2px;
        background:#fff;
        position:absolute;
        top:8px;
    }

    #shop .sonav{
        display: block;        
    }

    .sonav {
        width: 32px;
        height: 22px;
        border:2px solid #fff;
        background-size: 80% 60%;
        position: absolute;
        right: 10px;
        top: 20px;
        text-indent: -9999px;
        border-radius:4px;
    }
    .sonav:after{
        content:'';
        display:block;
        width:60%;
        height:2px;
        background:#fff;
        position:absolute;
        top:8px;
        left:20%;
    }
    .sonav:before{
        content:'';
        display:block;
        height:80%;
        width:2px;
        background:#fff;
        position:absolute;
        top:11%;
        left:48%;
    }
    
    #wmain {
        width: 100%;
        min-width: 100%;
        height: auto;
        min-height: auto;
        margin: 0px auto;
        padding: 0px 0px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
    }
    #rbody {
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding: 20px 0px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
    }
    #content {
        width: 100%;
        max-width: 100%;
        float: right;
        margin-right: 0px;
        padding: 20px 0;
        vertical-align: top;
        border-left: 0px solid #ddd;
        margin-left: -1px;
        overflow: hidden;
        float: none;
        margin: 0 auto;
        border-radius: 0;
    }
    
    #aside {
        display:none ;
    }
    
    #shop #aside {
        display: none;
        width: 100%;
        min-height: auto;
        position: relative;
        overflow: visible;
        border-bottom: 10px solid #f1f1f1;
        z-index: 99;
    }
    #aside h3 {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 0;
        top: -60px;
        text-indent: -9999px;
    
    }
    
    #home #aside {
        width: 100%;
        margin: 0 auto;
        border-top: 0;
    }
    #home #aside h3 {
        width: 100%;
        height: 48px;
        line-height: 48px;
        position: relative;
        right: 0;
        top: 0;
        text-indent: 0;
    }
    .sonchl {
        width:100%;
        background: #fff;
        padding: 5px 10px;
    }
    .sonchl li {
        width: 50%;
        float: left;
        line-height: 30px;
    }
    .sonchl li.top {
        width: 100%;
        float: left;
    }
    .sonchl li a {
        font-size:1.8rem;
    }
    .sonchl li.cur a {
        background:#fff;
        color: #13A4D3;
    }
    
    
    
    #home #aside .sonchl {
        padding: 0;
    }
    
    
    #aside .ewm,#aside h4 {
        display: none;
    }
    
    #home .sonchl li {
        width: 50%;
        float: left;
    }
    #home .sonchl li a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        color: #333;
        line-height: inherit;
        text-align: left;
        background: url(../images/icon_c_white.gif) 15px 50% no-repeat;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    

    .sdcontact{
        display:none;
    }
    
    #kefu {
        display: none;
    }
    
    #idxmain {
        width: 100%;
        min-width: 100%;
        height: auto;
    }
    .idx_row {
        width: 100%;
        height: auto;
    }
    .idx_row > h3{
        padding:0 15px;
    }
    .idx_right {
        width: 100%;
    }
    
    .showbody {
        width: 100%;
        margin: 0px auto 0;
        height: auto;
        padding:0 10px;
        overflow: hidden;
    
    }
    
    .canshu picture {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        padding-bottom: 1px;
    }
    
    .cslist {
        width: 100%;
        float: right;
    }
    
    #allmap {
        width: 100%;
        height: 300px;
        float: left;
        margin-top: 0px;
        margin-bottom:20px;
        overflow: hidden;
    }
    
    .contact {
        width: 100%;
        float: right;
        margin: 20px auto;
    }
 
.fgs table ,.fgs table td ,.fgs table tbody ,.fgs table tr{
    display:block;
    width: 100%;
    overflow:hidden;
}
    
.fgs > table > tbody > tr > td {
    display:block;
    width:100%;
    padding: 0 0 0 0;
}
.fgs > table > tbody > tr > td > table > tbody > tr:first-child td {
    display:block;
    background: #00B3D5;
    color: #fff;
    padding: 10px 6px;
    white-space: normal;
}
    
    .bigtit {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0px 0 0px 0;
        margin: 20px auto;
        overflow: hidden;
    }
    .bigtit p {
        font-size: 18px;
    }
    .srbox {
        margin-top: 10px;
    }
    

.three {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
    padding:0 15px;
}
    
.three .lgrid {
    width: 100%;
    float: left;
    margin-right: auto;
    background: #f9f9f9;
}
.three .cgrid {
    width: 100%;
    float: left;
    margin:15px auto;
    background: #f9f9f9;
}
.three .rgrid {
    width:100%;
    margin-right: 0;
    background: #f9f9f9;
    overflow: hidden;
}
.three p {
    height: auto;
}
.cgrid dl {
    height: auto;
    padding: 20px;
}
.three .rgrid p {
    padding: 20px;
    height: auto;
}
    

.case {
    width: 100%;
    height: auto;
    margin: 10px 0 30px;
    overflow: hidden;
}
.case li {
    width: 50%;
    float: left;
    margin-left:0;
    text-align:center;
    overflow: hidden;
}  
.case li:nth-child(n+7){
    display:none;
}    
    
    #main {
        width: 100%;
        min-width: 100%;
        height: auto;
        min-height: 200px;
        margin: 0px auto;
        padding: 0 5px;
    }
    .shopic {
        width: 100%;
        height: auto;
        margin: 10px auto;
        overflow: hidden;
        background: #fff;
    }
    .content_show {
        line-height: 30px;
        margin: 10px auto 0px;
        height: auto;
        min-height: 200px;
        overflow: hidden;
        text-align: justify;
        padding: 0 10px;
    }
    
    
    .position {
        display: none;
        background-position: 0 10px;
        padding: 10px 10px 10px 25px;
        line-height: 24px;
    }
    
    
    .banner img {
        float: left;
    }
    .type {
        width: 100%;
        padding: 0px 0px;
        margin: 0px auto 0px auto;
        height: auto;
        text-align: center;
        color: #fff;
        position: relative;
        overflow: hidden;
    }
    .type h2 {
        display: none;
    }
    .type .son {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 4px 0 0;
        overflow: hidden;
    }
    .type h3 {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: center;
        float: none;
        color: #fff;
        font-size: 16px;
        margin: 0px;
        padding: 0 2px;
    }
    .type h3 a {
        display: block;
        font-size: 16px;
        padding: 8px 5px;
        background: #063494;
        color: #fff;
        border-radius: 6px;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .type h3.cur a,.type h3 a:hover {
        background: #f90;
    }
    
    .goodslist li {
        width: 100%;
        padding: 0;
        float: left;
        margin: 0px auto 20px;
        position: relative;
        overflow: hidden;
    }
    .goodslist li a i {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: hidden;
    }
    
    .photolist li {
        width: 50%;
        padding: 0 5px;
        float: left;
        margin: 0px 0 20px 0px;
        position: relative;
        overflow: hidden;
    }
    .r34 li .zfx img {
        width: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .newslist {
        width: 100%;
        height: auto;
        margin: 0px auto 10px;
        padding: 0 15px;
        overflow: hidden;
    }
    .newslist li p a {
        display: inline-block;
        width: 100%;
        white-space: normal;
        line-height: 20px;
    }
    .newslist li p span ,.newslist li p .btn {
        display: none;
    }
    .newslist li time {
        display: inline-block;
        width: auto;
        color: #999;
        font-size: 12px;
        text-align: center;
        position: relative;
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }
    .newslist.r2 {
        padding: 0 10px;
    }
    .newslist.r2 li {
        width: 100%;
        height: auto;
        float: left;
        border: 0px solid #f1f1f1;
        padding: 20px 0 20px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px dotted #ddd;
    }
    
    
    .newslist li > a {
        display: inline-block;
        float: left;
        width: 120px;
        height: 120px;
        border: 1px dotted #ddd;
        overflow: hidden;
    }
    .newslist li picture {
        display: table-cell;
        width: 120px;
        height: 120px;
        vertical-align: middle;
        overflow: hidden;
    }
    
    .newslist li img {
        width: 120px;
        height: auto;
        float: left;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .newslist li p {
        line-height: 20px;
        height: auto;
        color: #333;
        padding: 0px 0px 0px 0px;
    }
    
    .content_show h1 {
        margin: 10px auto 0;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        font-weight: normal;
    }
    
    
    
    .shopic .p_left {
        display: none;
    }
    .shopic .p_right {
        float: right;
        margin: 0px 0px 0;
        width: 100%;
        height: auto;
        background: #fff;
    }
    .content_show p.desc {
        background: #f9f9f9;
        padding: 5px 10px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .shopic .p_right table tbody td .call {
        display: inline-block;
        background: #0089E1 url(../images/telephone_20.png) left center no-repeat;
        width: auto;
        height: 20px;
        padding: 0 10px 0 30px;
        float: right;
        border-radius: 4px;
        color: #fff;
    }
    
    .shopic .p_right table {
        display: ;
    }
    
    
    
    
    .context ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .context ul li a {
        display: inline;
    }
    
    
    .w40 {
        width: 100%;
    }
    .w60 {
        width: 100%;
        height: auto;
        margin: 10px auto 0;
        overflow: hidden;
    }
    
    .pagelist {
        width: 100%;
        text-align: center;
    }
    .pagelist li {
        padding: 0 0;
    }
    .pagelist li a {
        padding: 0 8px;
    }
    
    
    
    .gywm {
        padding: 0 15px;
    }
    
    
    .ftlogo {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .ftmenu {
        width: 100%;
        float: left;
        text-align: center;
    }
    .ftmenu dl {
        width: 33.33%;
        height: 200px;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        overflow: hidden;
    }
    .ftmenu dl dt {
        font-size: 18px;
        margin: 0 auto 10px;
        padding-bottom: 15px;
        text-align: center;
        display: inline-block;
        border-bottom: 2px solid #DB3209;
    }
    .ftmenu dl dd {
        color: #999;
        line-height: 30px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .ftmenu dl a {
        color: #999;
    }
    .ftewm {
        width: 100%;
        float: right;
        text-align: center;
        color: #999;
        margin-bottom: 20px;
    }
    .ftewm img {
        width: 120px;
        height: 120px;
        margin-bottom: 5px;
    }
    
  footer > .w1050 {
    display:none;
}

    
    
    .btnav {
        display: block;
        width: 100%;
        background: #fff;
        height: auto;
        overflow: hidden;
    }
    .btnav ul li {
        width: 25%;
        float: left;
        text-align: center;
        border-right: 1px dotted #ddd
    }
    .btnav ul li:last-child {
        border-right: 0;
    }
    .btnav ul li a {
        color: #333;
        display: inline-block;
        width: 100%;
        padding: 30px 0 5px;
        position: relative;
    }
    .btnav ul li a i {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24x;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        top: 10px;
        font-size: 20px;
    }
     
    
.bottom .w1050 {
    padding:10px;
}

    .bottom .power {
        width:100%;
        line-height: 20px;
        padding: 5px 0;
        text-align:center;
    }

    .bottom .support {
        display:none;
        width:100%;
        line-height: 20px;
        padding: 5px 0;
        text-align:center
    }


}

*/
